CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - hough transform

搜索资源列表

  1. SkewDetectionAndCorrectionMethod

    0下载:
  2. 文本图像在扫描输入时产生的倾斜现象会对后续的页面分割及光学字符识别(OCR)处理产生很大的影响,而传统的标准Hough变换虽然具有对噪声不敏感,不依赖于直线连续性的优点,但由于计算量偏大,速度慢,在实用时有较大的局限性.提出一种基于改进的Hough变换的文本图像倾斜校正方法,通过在变分辨率图像中采用不同的文本方向提取算法,及选择合理投票门限等改进Hough变换的措施,减小了由图像区域及文字笔画粗细所产生的对倾角判定的不利影响,并使用基于偏移值的方法实现页面倾斜的快速校正.实验结果表明,该算法实现
  3. 所属分类:Special Effects

    • 发布日期:2017-05-07
    • 文件大小:1074800
    • 提供者:Leo
  1. Hough

    0下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等。 -Hough transform image processing image recognition from the basic geometry of one of the me
  3. 所属分类:GDI-Bitmap

    • 发布日期:2017-03-28
    • 文件大小:24258
    • 提供者:王超
  1. HoughObject

    0下载:
  2. Circles We can extend the Hough transform to other shapes that can be expressed parametrically. For example, a circle of fixed radius can be described fully by the location of its center (x, y). Think of each feature (edge) point on the circle
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:104154
    • 提供者:mina
  1. Hough

    0下载:
  2. 此程序包包含了霍夫变换的大部分主要程序,常用于抑制噪音等-This package contains the Hough transform most of the major procedure commonly used in noise suppression
  3. 所属分类:matlab

    • 发布日期:2017-05-22
    • 文件大小:7011218
    • 提供者:zhaoye
  1. Hough

    0下载:
  2. 用hough变换检测直线,用VC++实现-With the hough transform to detect straight lines, using VC++ Implementation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-16
    • 文件大小:4566265
    • 提供者:yangzheng
  1. Hough

    0下载:
  2. good sorce code about hough transform in java
  3. 所属分类:Windows Develop

    • 发布日期:2017-04-17
    • 文件大小:20454
    • 提供者:ane
  1. Hough_opencv

    0下载:
  2. 上传一个VC++写的基于Opencv的广义Hough变换匹配算法-From a VC++ to write the generalized Hough transform-based Opencv matching algorithm
  3. 所属分类:OpenCV

    • 发布日期:2017-03-22
    • 文件大小:262607
    • 提供者:Oscar
  1. Hough_LineDetect

    0下载:
  2. 自己编写的利用霍夫变换检测满足一定条件直线的matlab程序,对各个参数进行了详细说明-I have written using Hough transform to detect straight line to meet certain conditions, matlab program for a detailed explanation of each parameter
  3. 所属分类:Special Effects

    • 发布日期:2017-03-26
    • 文件大小:981
    • 提供者:章智凯
  1. HoughLineTracking

    0下载:
  2. 从摄影头输入影像,可侦测直线物体,侦测到的直线以红色线条显示出来,以OPENCV的Hough transform实作-The first input from the photographic images, can detect linear objects detected straight lines shown in red to OPENCV the Hough transform implementation
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-18
    • 文件大小:4711352
    • 提供者:mu1292
  1. hough

    2下载:
  2. 对 二值图像进行霍夫变换 找出圆来,即找到圆心和半径,再将圆画出来- houghcircle- takes an edge map image, and performs the Hough transform for finding circles in the image.
  3. 所属分类:matlab

    • 发布日期:2017-03-28
    • 文件大小:1161
    • 提供者:huang
  1. Hough-Circle-Detection

    0下载:
  2. 基于hough变换的圆形检测,非常好用。-Based on hough transform circle detection, very easy to use.
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:37919
    • 提供者:cc
  1. Hough

    0下载:
  2. 实现hough变换检测圆,灰度转换,傅立叶变换-Achieve hough transform to detect circles, gray transformation, Fourier transform
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3916355
    • 提供者:dezhaowu
  1. houghbianhuan

    0下载:
  2. 广义霍夫变换边缘提取代码,目标是针对图像中某一标识,进行识别和提取-Generalized Hough transform edge detection code, the goal is for the image of a logo, to identify and extract
  3. 所属分类:matlab

    • 发布日期:2017-03-24
    • 文件大小:3895
    • 提供者:吴安琪
  1. hough

    2下载:
  2. hough变换识别直线,识别圆,提取圆心半径-hough transform line identification, identification circle, the radius of the center extraction
  3. 所属分类:matlab例程

    • 发布日期:2013-08-19
    • 文件大小:6250
    • 提供者:武西
  1. HOUGH

    0下载:
  2. 将经过二值化的车道线图利用hough变换提取车道线-After binarization the lane line graph using hough transform to extract lane
  3. 所属分类:Special Effects

    • 发布日期:2017-04-04
    • 文件大小:987
    • 提供者:dan
  1. hough

    0下载:
  2. hough变换,把检测整体特性转化为检测局部特性,比如直线、椭圆、圆和弧线等-hough transform to detect the overall characteristics into the detection of local features, such as lines, ellipses, circles and arcs, etc.
  3. 所属分类:CSharp

    • 发布日期:2017-04-17
    • 文件大小:44246
    • 提供者:豁辉
  1. lines-hough

    0下载:
  2. hough变换提取直线的程度,有详细注解,适合新人。-hough transform to extract linear extent, with detailed notes, for newcomers.
  3. 所属分类:2D Graphic

    • 发布日期:2017-03-29
    • 文件大小:1076
    • 提供者:aniu
  1. hough--line

    1下载:
  2. Hough变换是图像处理中从图像中识别几何形状的基本方法之一。Hough变换的基本原理在于利用点与线的对偶性,将原始图像空间的给定的曲线通过曲线表达形式变为参数空间的一个点。这样就把原始图像中给定曲线的检测问题转化为寻找参数空间中的峰值问题。也即把检测整体特性转化为检测局部特性。比如直线、椭圆、圆、弧线等-Hough transform is image processing image recognition from the basic geometry of one of the meth
  3. 所属分类:Special Effects

    • 发布日期:2017-03-29
    • 文件大小:148658
    • 提供者:丁海龙
  1. Hough-circle-detection

    0下载:
  2. 本压缩包是利用霍夫变换来处理圆角边界问题-This archive is the use of Hough transform to deal with border issues fillet
  3. 所属分类:matlab

    • 发布日期:2017-03-29
    • 文件大小:208918
    • 提供者:丁海龙
  1. Matlab-program-of-Hough-Transform

    0下载:
  2. 关于Hough转换的matlab代码,有图片和文字解释-On the Hough transform matlab code, pictures and text to explain
  3. 所属分类:matlab

    • 发布日期:2017-03-26
    • 文件大小:741191
    • 提供者:孔子墨
« 1 2 3 4 5 67 8 9 10 11 ... 50 »
搜珍网 www.dssz.com